例文
- もっと例文: 1 2 3
- This represents the fact that the asynchronous action is done.
- The fire-function will be executed after all the asynchronous actions are completed.
- The p ( ) function is called from within the completed asynchronous action's callback function.
- When this counter is zero, all asynchronous actions have been completed and fire function can be called.
- The p ( ) function : When an asynchronous action completes, the p ( ) function is called.